vendor/golang.org/x/text/unicode/norm.Properties.index (field)
8 uses
vendor/golang.org/x/text/unicode/norm (current package)
forminfo.go#L47: index uint16
forminfo.go#L135: return p.index >= firstMulti && p.index < endMulti
forminfo.go#L150: if p.index == 0 {
forminfo.go#L153: i := p.index
forminfo.go#L166: if p.index >= firstCCCZeroExcept {
forminfo.go#L261: p := Properties{size: uint8(sz), flags: f, index: v}
forminfo.go#L272: p.index = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |